projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace97d2
)
sun7i: Remove duplicate call to psci_arch_init
author
Jan Kiszka
<
[email protected]
>
Tue, 21 Apr 2015 05:18:25 +0000
(07:18 +0200)
committer
Hans de Goede
<
[email protected]
>
Sat, 2 May 2015 09:50:19 +0000
(11:50 +0200)
This is already invoked a few cycles later in monitor mode by
_secure_monitor (_sunxi_cpu_entry calls _do_nonsec_entry which triggers
_secure_monitor via smc #0). Drop it here, it serves no purpose.
CC: Marc Zyngier <
[email protected]
>
Signed-off-by: Jan Kiszka <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Reviewed-by: Thierry Reding <
[email protected]
>
Tested-by: Thierry Reding <
[email protected]
>
Tested-by: Ian Campbell <
[email protected]
>
Tested-by: Hans de Goede <
[email protected]
>
Signed-off-by: Hans de Goede <
[email protected]
>
arch/arm/cpu/armv7/sunxi/psci.S
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/sunxi/psci.S
b/arch/arm/cpu/armv7/sunxi/psci.S
index e0a524e10caf958a3c5ec8c689e3428a25cb9581..07b2d7619490c4795e8d73750cefe0d32d4c6d05 100644
(file)
--- a/
arch/arm/cpu/armv7/sunxi/psci.S
+++ b/
arch/arm/cpu/armv7/sunxi/psci.S
@@
-254,7
+254,6
@@
_sunxi_cpu_entry:
isb
bl _nonsec_init
- bl psci_arch_init
adr r0, _target_pc
ldr r0, [r0]